home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / speed_bi.swf / scripts / DefineSprite_25 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  191 b   |  9 lines

  1. crash = new Sound(bike);
  2. crash.attachSound("crash");
  3. sndbonus = new Sound();
  4. sndbonus.attachSound("sndbonus");
  5. _root.bonus = 0;
  6. _root.health = 100;
  7. _root.tacho = 0;
  8. _root.gates = 25;
  9.